home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000606_mackay@cs.washington.edu_Fri May 20 07:16:56 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA00686
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 20 May 1994 17:17:03 -0400
  3. Return-Path: <mackay>
  4. Received: (mackay@localhost) by june.cs.washington.edu (8.6.8/7.2ju) id OAA12036; Fri, 20 May 1994 14:16:56 -0700
  5. Date: Fri, 20 May 1994 14:16:56 -0700
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199405202116.OAA12036@june.cs.washington.edu>
  8. To: kb@cs.umb.edu
  9. Cc: pete@lovelace.thi.informatik.uni-frankfurt.de, tex-k@cs.umb.edu
  10. In-Reply-To: "K. Berry"'s message of Tue, 17 May 1994 06:06:02 -0400 <199405171006.AA12628@terminus.cs.umb.edu>
  11. Subject: Re: So many problems _with_ kpathsea
  12.  
  13. If it is necessary to override the defaults in kpathsea,
  14. .TeXrc is a pretty good way to go about it.  Unless things
  15. have changed, the order of paths in the environment is
  16. followed, and so a preferred printer can be given first pick
  17. I do that for xdvi, to make sure that write-white fonts are 
  18. picked by preference if they exist.
  19.  
  20. This is .TeXrc  I have the line source $HOME/.TeXrc in my .cshrc file
  21.  
  22. # The write-black, bitmapped type1 and write-white choices at this site
  23. set WB=cx
  24. set WW=ricoh
  25. set BM=ps-to-pk
  26. #
  27. # (use the ${} variable form throughout---it saves grief.
  28. #
  29. set TEXMFROOT=/usr2/local/lib/texmf
  30. setenv TEXROOT ${TEXMFROOT}/tex
  31. setenv TEXFONTS .:${TEXMFROOT}/fonts//
  32. setenv TEXINPUTS .:${TEXROOT}//
  33. setenv TEXFORMATS .:${TEXMFROOT}/ini
  34. setenv TEXPOOL ${TEXFORMATS}
  35.  
  36. setenv MFROOT ${TEXMFROOT}/mf
  37. setenv MFINPUTS .:${MFROOT}//:${TEXMFROOT}/fonts/public//src
  38. setenv MFBASES ${TEXFORMATS}
  39. setenv MFPOOL ${TEXFORMATS}
  40.  
  41. # The 00[TFM.VF,XDVI] directories are "accelerators" where links
  42. # to files that are in extremely frequent use are placed.
  43. #
  44. # The 00PK directory may be where MakeTeXPK stores its
  45. # output, in which case it must be in both XDVI and DVIPS paths.
  46. # It can also be used as an "accelerator" directory for
  47. # links to frequently used PK files.  But don't store write-white
  48. # fonts there unless you are unlucky enough to have a write-white
  49. # printer.
  50. #
  51. # XDVIFONTS takes write-white fonts from the ricoh set
  52. # but since we don't have to worry about write-white printers
  53. # any more, the ricoh directories contain only resolutions
  54. # below 360 dpi.  Above that it doesn't really matter very much.
  55. # Don't leave out the ${BM} part of the XDVI path if type1
  56. # fonts are in use.
  57. # NOTE: If we decide to use MakeTeXPK at all with XDVI, we will
  58. # set it to produce fonts for the hardcopy printer only
  59. setenv TFMFONTS .:${TEXMFROOT}/fonts/00TFM:${TEXMFROOT}/fonts//tfm
  60. setenv VFFONTS .:${TEXMFROOT}/fonts/00VF:${TEXMFROOT}/fonts//vf
  61. setenv XDVIFONTS .:${TEXMFROOT}/fonts/00XDVI:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}/fonts//${WW}:${TEXMFROOT}/fonts//${BM}:${TEXMFROOT}//${WB}
  62. setenv DVIPSFONTS .:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}/fonts/tmp/pk:${TEXMFROOT}//${WB}
  63. setenv PKFONTS $DVIPSFONTS
  64. setenv TEXPKS $DVIPSFONTS